projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e80d9d0
)
Add INSTALL_* variables for compatibility with kamikaze, should fix #1044
author
Florian Fainelli
<
[email protected]
>
Sun, 17 Dec 2006 15:01:14 +0000
(15:01 +0000)
committer
Florian Fainelli
<
[email protected]
>
Sun, 17 Dec 2006 15:01:14 +0000
(15:01 +0000)
SVN-Revision: 5821
openwrt/rules.mk
patch
|
blob
|
history
diff --git
a/openwrt/rules.mk
b/openwrt/rules.mk
index e7b6ff81d5f303ad92ce89851dd3c014d567047f..c006d605d22514e8e655b882911e86c4ddcc435e 100644
(file)
--- a/
openwrt/rules.mk
+++ b/
openwrt/rules.mk
@@
-6,6
+6,10
@@
CP=cp -fpR
MAKE1=make
MAKEFLAGS=-j$(BR2_JLEVEL)
+INSTALL_BIN:=install -m0755
+INSTALL_DIR:=install -d -m0755
+INSTALL_DATA:=install -m0644
+
# Strip off the annoying quoting
ARCH:=$(strip $(subst ",, $(BR2_ARCH)))
#"